	
	<?php 
	$pageTitle= "The Fluffets";
	include( 'inc/header.php' );  ?>
	
		<div id="header">
			<div class="sotw">
				<div class="h4"><h1 class="why"> Stuff of the Week </h1>
					<div class="photo"> 	
							<li><a href="week.php"><p class="names"> Teddy Bear</p> </a></li>
					</div>
				</div>
			</div>
							
							<div class="remaining"> </div>
		
		</div>
		
	<div class="content"> 
		<div class="h1"><h1 class="latest"> Latest Stuffs </h1></div>
		<div id="a"> 	<li><a href="stuff1.php"><p class="name"> Care Bear</p></a></li>  </div>
		<div id="b"> 	<li><a href="stuff2.php"><p class="name"> Tigger</p></a></li>  </div>
		<div id="c"> 	<li><a href="stuff3.php"><p class="name"> Fairy Hello Kitty</p></a></li>  </div>
		<div id="d"> 	<li><a href="stuff4.php"><p class="name"> Berry Dog </p></a></li>  </div>
		<div id="e"> 	<li><a href="stuff5.php"><p class="name"> Hatsune Miku </p></a></li>  </div>
		<div id="f"> 	<li><a href="stuff6.php"><p class="name"> Fairy Winnie the Pooh </p></a></li>  </div>
	</div>
	
	<div class="semifooter">
		<div id="welcome"> 
			<h3 class="h3"> Welcome to Fluffets </h3>
			<p class="h3"> The Fluffets is an online store created to share happiness by stuffed toys around the globe. 
			<br /> Shop the cutest designs in our store and happiness will be yours! </p>
		</div>
		<div id="week">
			<h3 class="h3"> Stuff Toy of the Week </h3>
			<p class="h3"> Each week, there's a new stuffed toy selected from new designs. For it's first week, we will offer 25% discount to the buyers. </p>
		</div>
	</div>

	<?php include( 'inc/footer.php' );  ?>
		